nhooyr.io/websocket.connConfig.subprotocol (field)

4 uses

	nhooyr.io/websocket (current package)
		accept.go#L151: 		subprotocol:    w.Header().Get("Sec-WebSocket-Protocol"),
		conn.go#L85: 	subprotocol    string
		conn.go#L97: 		subprotocol:    cfg.subprotocol,
		dial.go#L161: 		subprotocol:    resp.Header.Get("Sec-WebSocket-Protocol"),